home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / misc / amigancp19.lha / AmigaNCP19 / Docs / History < prev    next >
Text File  |  1996-11-13  |  12KB  |  346 lines

  1. This document describes changes in the modules of the AmigaNCP package.
  2.  
  3. =====================================================================
  4.  
  5.  
  6. AmigaNCP-FileServer 1.6
  7. -----------------------
  8. - reversed "HideIcons" to be "ShowIcons", hiding .info and .backdrop
  9.   being the new default setting.  
  10.  
  11. AmigaNCP-FileServer 1.7
  12. -----------------------
  13. - fixed to a misunderstanding on RF_OPEN with P_FCREATE / P_FREPLACE:
  14.   The path of the file wasn't created if it didn't exists. This caused
  15.   problems with Backup option of the S3a which relies on this behavior
  16.   and doesn't makedir() it's file's path.
  17.  
  18. AmigaNCP-FileServer 1.8
  19. -----------------------
  20. - changed to use "amigancp.library"
  21. - fixed a bug in write handling where the last two bytes of a full
  22.   sized packet got trashed. Since internal data structures got
  23.   overwritten, this may have caused undefined behaviour or even
  24.   total system crashes.
  25. - now correctly converts filenames from IBM to ISO charset.
  26. - RF_SFSTAT (setting the file flags) didn't convert the name and
  27.   therefore always failed with E_FILE_NXIST. This is the cause of
  28.   error of the "File doesn't exists" requester after copying a file
  29.   from the S3's system screen.
  30.  
  31. AmigaNCP-FileServer 1.9
  32. -----------------------
  33. - the finfo call now correctly converts the filename to ibm charset.
  34.  
  35. AmigaNCP-FileServer 1.10
  36. ------------------------
  37. - updated to use amigancp.library 3.x
  38. - now calls the pool functions embedded in amigancp.library to
  39.   avoid hassle on 2.x systems.
  40.  
  41. AmigaNCP-FileServer 1.11
  42. ------------------------
  43. - fixed a bug in workbench startup: the original lock
  44.   wasn't restored after CDing to wa->wa_Lock
  45. - updated to use amigancp.library 4.x
  46. - major speedup in all charset conversion operations due to new
  47.   table conversion functions.
  48. - fixed stupid bug: Used Read()/Write() instead of FRead()/FWrite(),
  49.   thus rendering buffering completely useless if not used in
  50.   conversation mode.
  51. - updated catalog file to version 2.0.
  52. - now checks CTRL^C after ReadArgs() to allow early quit.
  53.  
  54. AmigaNCP-FileServer 1.12
  55. ------------------------
  56. - recompiled using SAS/C 6.55
  57. - cleaned up memory usage; avoid wasting due to mismatched pool
  58.   size rounding and fixed a pool erraneously allocated with a
  59.   puddle size of 4, thus creating a new puddle for every
  60.   allocation.
  61.  
  62. AmigaNCP-FileServer 1.14
  63. ------------------------
  64. - recompiled using SAS/C 6.55
  65. - fixed some text
  66. - insists on using V5 of "amigancp.library"
  67.  
  68. AmigaNCP-FileServer 1.15
  69. ------------------------
  70. - insists on using V6 of "amigancp.library"
  71. - several small cleanups and fixes
  72.  
  73. AmigaNCP-FileServer 1.16
  74. ------------------------
  75. - recompiled with SAS/C 6.57 for potential compiler code introduced
  76.   bugs.
  77.  
  78. ==========================================================================
  79.  
  80.  
  81. AmigaNCP-FileSystem 1.5
  82. -----------------------
  83. - fixed a bug in the file name conversion where the extension was cutted
  84.   at the first dot, not at the last. Both will fail, but this way
  85.   you are protected against side effects like "delete Agenda.Agn.info"
  86.   deleting "Agenda.agn" instead of simple failure.
  87. - fixed a bug in ACTION_DELETE where invalid file names (e.g. containing
  88.   multiple extensions) to confusingly cause ERROR_DIRECTORY_NOT_EMPTY.
  89.   Now returns ERROR_OBJECT_NOT_FOUND.
  90.  
  91. AmigaNCP-FileSystem 1.6
  92. -----------------------
  93. - changed to use "amigancp.library"
  94. - locks now contain a non-zero value in fl_Key. This should fix several
  95.   problems with programs making tricky assumptions about the internal
  96.   lock structure. <sigh>
  97. - now correctly translates non-ascii characters in filenames from
  98.   ISO to IBM charset.
  99. - now attempts to recreate the NCP channel if the remote NCP
  100.   changed (e.g. was killed and started again).
  101. - fixed a race condition when Examine()ing the root dir: the
  102.   filename was actually filled in after the packet was replied.
  103. - fixed a bug which caused random memory trashing if the first
  104.   entry in a directory scan was volume file.
  105. - returned TRUE instead of DOSTRUE thoroughly.
  106. - Examine()/ExNext() now returns the same value in
  107.   fib_DirEntryType and the (undocumented) fib_EntryType,
  108.   as the standard file system does. Should fix several buggy
  109.   directory utilities ;-)
  110. - ACTION_DELETE always returned ERROR_DIRECTORY_NOT_EMPTY on
  111.   an error no matter what really happened.
  112. - now returns ERROR_DEVICE_NOT_MOUNTED if the NCP link fails
  113.   for some reason.
  114. - ACTION_EXAMINE on the root directory now correctly
  115.   returns the volume name.
  116. - Locking "/" (or any combined form) didn't get higher than the
  117.   pseudo subdirectories in NCP:.
  118.  
  119. AmigaNCP-FileSystem 1.7
  120. -----------------------
  121. - ACTION_EXAMINE/ACTION_EXNEXT now correctly convert the
  122.   filename charset from IBM to ISO.
  123.  
  124. AmigaNCP-FileSystem 1.8
  125. -----------------------
  126. - updated to use amigancp.library 3.x
  127. - now calls the pool functions embedded in amigancp.library to
  128.   avoid hassle on 2.x systems.
  129.  
  130. AmigaNCP-FileSystem 1.9
  131. -----------------------
  132. - fixed a bug in initdirlist() which could cause misaligned word
  133.   access if the P_FINFOs returned by the Psion weren't word aligned.
  134.   Caused a 80000003 guru on 68000 machines.
  135.  
  136. AmigaNCP-FileSystem 1.10
  137. ------------------------
  138. - fixed a bug in ACTION_WRITE: remote errors (e.g. Disk Full)
  139.   weren't correctly reported to the caller, instead the write
  140.   simply aborted.
  141.  
  142. AmigaNCP-FileSystem 2.0
  143. -----------------------
  144. - now stores icon files in a special AmigaDOS directory hierarchy
  145.   to allow snapshoting and permanent option setting. The icon path
  146.   defaults to PROGDIR:Icons, but can be specified by the ICONDIR
  147.   tooltype or shell argument. Release versions are shipped with
  148.   a default icon tree.
  149. - corrected inefficent pool size for the ACTION_EXNEXT cache.
  150. - the "Missing Server" requester now has an additional option "Run Server
  151.   and Retry".
  152. - on CTRL^C now reports number of open locks/files if quit is currently
  153.   not possible.
  154. - on CTRL^F now dumps a debug list of locks in use.
  155. - now fakes fib_NumBlocks on Examine() to enforce compatibility
  156.   with even more buggy directory utilities.
  157. - did some internal code cleanup.
  158. - updated to use amigancp.library 4.x
  159. - fixed a bug in workbench startup: the original lock
  160.   wasn't restored after CDing to wa->wa_Lock (yes, this was
  161.   exactly the same bug as in the FileServer ;-)
  162. - major speedup in all charset conversion operations due to new
  163.   table conversion functions.
  164. - updated catalog file to version 2.0.
  165. - now checks CTRL^C after ReadArgs() to allow early quit.
  166.  
  167. AmigaNCP-FileSystem 2.1
  168. -----------------------
  169. - recompiled using SAS/C 6.55
  170. - ACTION_SETPROTECT & ACTION_SETDATE on one of the fake device
  171.   subdirectories return ERROR_INVALID_OBJECT_NAME which was
  172.   correctly generated by the Psion file server. Now since this
  173.   caused problems with several backup utilities, these operations
  174.   are now implemented as NO-OPs and silently report "OK".
  175. - fixed ACTION_COPY_DIR(NULL) to return NULL instead of causing
  176.   several enforcer hits and undefined behavior.
  177. - now returns approximated memory usage on CTRL^F debug dump.
  178. - reduced lock and fib pool sizes to reduce overall memory usage
  179.   overhead.
  180.  
  181. [AmigaNCP-FileSystem 2.2 - 2.4 internal only]
  182.  
  183. AmigaNCP-FileSystem 2.5
  184. -----------------------
  185. - insists on using V6 of "amigancp.library"
  186. - several small cleanups and fixes
  187.  
  188. AmigaNCP-FileSystem 2.6
  189. -----------------------
  190. - recompiled with SAS/C 6.57 for potential compiler code introduced
  191.   bugs.
  192.  
  193.  
  194. ==========================================================================
  195.  
  196.  
  197. ncp.lib 1.1
  198. -----------
  199. - modified constructor to open "amigancp.library"
  200. - fixed error requester to correctly show up the tasks name on
  201.   workbench startup.
  202.  
  203. ncp.lib 1.2
  204. -----------
  205. - updated to open V3 of "amigancp.library"
  206.  
  207. ncp.lib 1.3
  208. -----------
  209. - updated to open V4 of "amigancp.library"
  210.  
  211. ncp.lib 1.4
  212. -----------
  213. - updated to open V5 of "amigancp.library"
  214.  
  215. ncp.lib 1.5
  216. -----------
  217. - updated to open V6 of "amigancp.library"
  218.  
  219.  
  220. ==========================================================================
  221.  
  222.  
  223. AmigaNCP-Monitor 1.3
  224. --------------------
  225. - relinked with ncp.lib 1.1 to use "amigancp.library"
  226.  
  227. AmigaNCP-Monitor 1.4
  228. --------------------
  229. - relinked with ncp.lib 1.3 to use V4 of "amigancp.library"
  230.  
  231. AmigaNCP-Monitor 1.5
  232. --------------------
  233. - recompiled using SAS/C 6.55
  234.  
  235. AmigaNCP-Monitor 1.6
  236. --------------------
  237. - recompiled to use V6 of "amigancp.library"
  238.  
  239.  
  240. ==========================================================================
  241.  
  242.  
  243. amigancp.library 2.0 (formerly called "ncp.library")
  244. ----------------------------------------------------
  245. - "ncp.library" is now named "amigancp.library" in order to avoid problems
  246.   with Oxxi's Novell Client software, which uses a similary named
  247.   library.
  248. - fixed several internal problems with reconnecting after the remote
  249.   side powered off without killing the actual NCP connection. This
  250.   always happened when the S3/S3a auto-powered off. Should now
  251.   correctly handle all cases of reconnection including such
  252.   nice operations as removing the link cable, turning off the
  253.   S3 link, reconnecting the cable and then turning back on
  254.   the link process.
  255. - usage of the SERF_7WIRE protocol prevented llmac to "ping"
  256.   the S3 back into life after a power-off because DSR was low.
  257.   Now, if DSR is low, correctly closes the device, reopens it
  258.   without SERF_7WIRE to ping the S3 and then continues
  259.   normal operation.
  260. - partial packets weren't properly discarded after a
  261.   reconnection.
  262. - LLMAC didn't check data block sequence numbers. Now
  263.   data blocks which are not in sequence are silently
  264.   thrown away.
  265.  
  266. amigancp.library 3.0
  267. --------------------
  268. - embedded the AsmXXPool-functions from amiga.lib to secure
  269.   operation with AmigaOS 2.x systems.
  270.  
  271. amigancp.library 3.1
  272. --------------------
  273. - recompiled to use utility.library for 32 bit math.
  274.  
  275. amigancp.library 3.2
  276. --------------------
  277. - fixed a possibly hangup in internal channel flushing during
  278.   reconnection.
  279.  
  280. amigancp.library 4.0
  281. --------------------
  282. - added functions to directly return pointers to internal
  283.   conversion tables for more efficient charset conversions.
  284. - fixed possibly crash on reconnection during connection
  285.   request.
  286.  
  287. amigancp.library 4.1
  288. --------------------
  289. - recompiled using SAS/C 6.55.
  290. - changed to directly drop the NCP connection if the last user
  291.   closes it's channel.
  292.  
  293. amigancp.library 5.0
  294. --------------------
  295. - fixed system lockup with certain llmac race conditions.
  296. - recompiled using SAS/C 6.56.
  297. - uses fixed pools.lib to avoid memory loss with 2.x systems.
  298.  
  299. amigancp.library 6.0
  300. --------------------
  301. - fixed the character conversion tables to properly
  302.   reflect IBM850->ISO-8859-1 conversion
  303. - fixed a potential problem in NCP_WaitRead()/NCP_WaitWrite()
  304. - recompiled with SAS/C 6.57 for potential compiler code introduced
  305.   bugs.
  306.  
  307.  
  308. ==========================================================================
  309.  
  310.  
  311. Install-AmigaNCP 0.4
  312. --------------------
  313. - changed all references to "ncp.library" to "amigancp.library"
  314.  
  315. Install-AmigaNCP 0.5
  316. --------------------
  317. - fixed to avoid the well known COPYLIB "newname"
  318.   problem with older Installer versions.
  319.  
  320. Install-AmigaNCP 0.6
  321. --------------------
  322. - updated to copy "Submissions" drawer
  323.  
  324. Install-AmigaNCP 1.0
  325. --------------------
  326. - updated for 1.8 release
  327.  
  328. Install-AmigaNCP 1.1
  329. --------------------
  330. - updated for 1.9 release
  331. - now checks SetPatch version
  332.  
  333.  
  334. ==========================================================================
  335.  
  336.  
  337. S3PrintServer 1.1
  338. -----------------
  339. - fixed parsing of NCP.config
  340.  
  341. S3PrintServer 1.2
  342. -----------------
  343. - recompiled using SAS/C 6.55.
  344. - now pops up to Retry/Cancel requester on printer.device errors
  345. - quits on CTRL^C
  346.